home *** CD-ROM | disk | FTP | other *** search
/ Flybox Trout (Edition 1) / Flybox Trout (Edition 1).iso / Setup / Support / FlyBox.swf / scripts / DefineButton2_159 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-04-15  |  150 b   |  9 lines

  1. on(release){
  2.    set("_root:FlyID",FlyID);
  3.    set("_root:FlyName",FlyName);
  4.    tellTarget(_root)
  5.    {
  6.       gotoAndStop("AddAnecdote");
  7.    }
  8. }
  9.